avcodec/libx265: unbreak build for X265_BUILD >= 213
authorGyan Doshi <ffmpeg@gyani.pro>
Sat, 5 Oct 2024 04:38:31 +0000 (10:08 +0530)
committerSebastian Ramacher <sramacher@debian.org>
Sun, 27 Oct 2024 17:31:51 +0000 (18:31 +0100)
commit8db0657d746b1b654f3b0986f084952d96336d07
treefd791411941c311183e42c6bebd56bf4246a4de1
parent65a126a8f039b560889c24d8e47fbcd0049e196a
avcodec/libx265: unbreak build for X265_BUILD >= 213

Earlier, x265 made an API change to support alpha and
other multiple layer pictures. We added guards to accommodate
that in 1f801dfdb5

They have now reverted that API change in
https://bitbucket.org/multicoreware/x265_git/commits/78e5b703b1

Updated our wrapper guards to unbreak build again.

Gbp-Pq: Name 0007-avcodec-libx265-unbreak-build-for-X265_BUILD-213.patch
libavcodec/libx265.c